home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- abort()
- end
-
- on exitFrame
- global movielist
- puppetSprite(5, 1)
- set GOERset to the castNum of sprite 5 - 800
- if (GOERset > 0) and (GOERset < count(movielist)) then
- setAt(movielist, count(movielist), GOERset)
- go("st", getAt(movielist, GOERset))
- end if
- end
-